home *** CD-ROM | disk | FTP | other *** search
- /* $VER: pasm elfrelnames.c V0.4 (02.07.97)
- *
- * This file is part of pasm, a portable PowerPC assembler.
- * Copyright (c) 1997 Frank Wille
- *
- * pasm is freeware and part of the portable and retargetable ANSI C
- * compiler vbcc, copyright (c) 1995-97 by Volker Barthelmann.
- * pasm may be freely redistributed as long as no modifications are
- * made and nothing is charged for it. Non-commercial usage is allowed
- * without any restrictions.
- * EVERY PRODUCT OR PROGRAM DERIVED DIRECTLY FROM MY SOURCE MAY NOT BE
- * SOLD COMMERCIALLY WITHOUT PERMISSION FROM THE AUTHOR.
- *
- *
- * v0.4 (02.07.97) phx
- * Changed name from elfrelocnames.c to elfrelnames.c - SCO 3.2v4
- * doesn't support more than 15 characters? ;)
- * File created.
- */
-
-
-
- char *elfrel_name[] = {
- "R_NONE",
- "R_PPC_ADDR32",
- "R_PPC_ADDR24",
- "R_PPC_ADDR16",
- "R_PPC_ADDR16_LO",
- "R_PPC_ADDR16_HI",
- "R_PPC_ADDR16_HA",
- "R_PPC_ADDR14",
- "R_PPC_ADDR14_BRTAKEN",
- "R_PPC_ADDR14_BRNTAKEN",
- "R_PPC_REL24",
- "R_PPC_REL14",
- "R_PPC_REL14_BRTAKEN",
- "R_PPC_REL14_BRNTAKEN",
- "R_PPC_GOT16",
- "R_PPC_GOT16_LO",
- "R_PPC_GOT16_HI",
- "R_PPC_GOT16_HA",
- "R_PPC_PLTREL24",
- "R_PPC_COPY",
- "R_PPC_GLOB_DAT",
- "R_PPC_JMP_SLOT",
- "R_PPC_RELATIVE",
- "R_PPC_LOCAL24PC",
- "R_PPC_UADDR32",
- "R_PPC_UADDR16",
- "R_PPC_REL32",
- "R_PPC_PLT32",
- "R_PPC_PLTREL32",
- "R_PPC_PLT16_LO",
- "R_PPC_PLT16_HI",
- "R_PPC_PLT16_HA",
- "R_PPC_SDAREL16",
- "R_PPC_SECTOFF",
- "R_PPC_SECTOFF_LO",
- "R_PPC_SECTOFF_HI",
- "R_PPC_SECTOFF_HA",
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
- "R_PPC_TOC16" /* #63 */
- };
-